﻿ body 
{
	margin:0px;
	padding:0px;
	font-size:14px;
	line-height:22px;
	background-repeat:repeat-x;
	font-family:微软雅黑;
	color:#444444;
	background-color:#FFFFFF;
	background-image:url(../images/juncy/inner_banner.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}


.juncyDiv
{
	text-align:left;
	width:1195px;
	padding-left:0px;
	padding-right:4px;
	overflow:hidden;
}


.topDiv
{
	height:105px;
	width:1200px;
	margin-left:0px;
	overflow:hidden;
	color:#222222;
}
.topDiv a:link {text-decoration: none; color:#222222;}
.topDiv a:visited {text-decoration: none; color:#222222;}
.topDiv a:hover {text-decoration: none; color:#5176b9;}
.topDiv a:active {text-decoration: none; font:#5176b9; color:#222222;}


.innerBannerDiv
{
	width:1191px;
	height:0px;
	overflow:hidden;
	background:green;
}
 

.Announcement
{
	width:1189px;
	border:1px solid #bcc1bd;
	height:25px;
	line-height:15px;
	overflow:hidden;
	background-image:url(../images/Announcement_bg.jpg);
}


.bodyDiv
{
	overflow:hidden;
	text-align:left; 
	width:1196px;
	margin:0 auto;
	margin-left:0px;
	position:relative;
	/*	background-image:url(../images/loading_wide.gif);	改背景作用	（padding-top:30px; 向下顶）	*/
	background-repeat:repeat-y;
}


.leftDiv
{
	width:200px;
	float:right;
	overflow:hidden;
	text-align:left;
	border:solid 0px red;
	/*
		leftmenu_sticky.js  改名
		.leftDiv  position:absolute;  去掉
		.contextDiv  margin-left:200px;  去掉
	*/
	position:absolute; 
	left:996px;
}


.contextDiv
{
	width:986px;
	height:auto;
	overflow:hidden;
	text-align:left;
	margin-right:200px;
	padding-left:0px;
	padding-bottom:10px;
	padding-top:0px;
	padding-right:0px;
	background-color:#FFFFFF;
}


.contextDiv_in
{
	word-wrap:break-word;
	border:0px #f0f0f0 solid;
	border-top:0px;
	width:966px;
	min-height:300px; height:auto; height:auto !important; height:300px; overflow:visible;	/* 最小高度又能自动拉伸 */
	padding:0px;
	margin-top:0px;
}

.productDetailsTitle
{
	height:30px;
	width:auto; 
	overflow:hidden; 
	line-height:30px; 
	padding-left:20px; 
	margin-bottom:8px; 
	background-color:#ececec;
}

.contextDiv_in_foot
{
	 width:951px;
	 height:10px;
	 overflow:hidden;
	 background-image:url(../images/juncy/menu_bg.jpg);	
}

 
.middleDiv
{
	width:0px;
	background:#454545;
	float:left;
	overflow:hidden;
	text-align:left;
}


.siteMapNavigation
{
	width:100%;
	height:40px;
	border:#4029ce dotted 0px;
	border-left:0px;
	border-right:0px;
	float:left;
	overflow:hidden;
	text-align:left;
	margin:0px;	
}
.siteMapNavigation_left
{
	width:70%;
	height:100%;
	line-height:40px;
	padding-left:0px;
	overflow:hidden;
	float:left;
}
.siteMapNavigation_right
{
	width:15%;
	height:100%;
	line-height:40px;
	overflow:hidden;
	float:right;
	text-align:center;
}



.footDiv
{
	height:227px;
	width:1200px;
	overflow:hidden;
	color:#eeeeee;
	border-top:0px #a7a7a7 solid;
	text-align:left;
	padding-top:45px;
	font-size:12px;
	line-height:30px;
}
.footDiv a:link {text-decoration: none; color:#eeeeee;}
.footDiv a:visited {text-decoration: none; color:#eeeeee;}
.footDiv a:hover {text-decoration: none; color:#cccccc;}
.footDiv a:active {text-decoration: none; font:#cccccc; color:#eeeeee;}


.imagePic
{
	 padding:3px;
	 border:1px;
	 border-color:#CCCCCC;	
}


a:link {text-decoration: none; color:#444444;}
a:visited {text-decoration: none; color:#444444;}
a:hover {text-decoration: none; color:#5176b9;}
a:active {text-decoration: none; font:#5176b9; color:#444444;}

img
{
	border:0px;	
}





	.innerMenu
	{
		width:1000px; 
		height:auto; 
		overflow:hidden; 
		margin-bottom:10px;
	}
    .innerMenu span
    {
    	min-width:100px;
    	height:33px; 
    	overflow:hidden; 
    	text-align:center; 
    	line-height:31px; 
    	float:left;
    	margin-right:1px;
	    background-color:#dddddd;
	    margin-bottom:1px;
	    display:block;
	    -webkit-transition:background-color 0.3s linear;
	    -moz-transition:background-color 0.3s linear;
	    -o-transition:background-color 0.3s linear;
	    transition:background-color 0.3s linear;
    }
    .innerMenu span:hover {background:#327dc0}
    .innerMenu span a 
    {
    	
    	height:33px; 
    	min-width:100px; 
	    display:block;
	    float:left;
	    font-size:14px;
	    color:#000000;
    	padding-left:5px; padding-right:5px;
	    -webkit-transition:color 0.3s linear;
	    -moz-transition:color 0.3s linear;
	    -o-transition:color 0.3s linear;
	    transition:color 0.3s linear;
    } 
    .innerMenu span a:hover {font-size:14px;color:#ffffff;}
    
    
    
    

	.fzjg
	{
		display:inline-table;
		line-height:40px; 
		width:160px; 
		height:40px; 
		padding:0px; 
		background-color:#ececec; 
		margin-left:15px; 
		margin-bottom:15px; 
		text-align:center;
	}
    .fzjg
    {
	    -webkit-transition:background-color 0.3s linear;
	    -moz-transition:background-color 0.3s linear;
	    -o-transition:background-color 0.3s linear;
	    transition:background-color 0.3s linear;
    }
    .fzjg :hover {background:#327dc0}
    .fzjg a 
    {
    	height:40px; 
    	min-width:160px; 
	    display:block;
    	padding-left:0px; padding-right:0px;
	    -webkit-transition:color 0.3s linear;
	    -moz-transition:color 0.3s linear;
	    -o-transition:color 0.3s linear;
	    transition:color 0.3s linear;
    } 
    .fzjg a:hover {font-size:14px;color:#ffffff;}